home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMJOINLINES / TFRMJOINLINES.txt
Text File  |  2008-08-19  |  2KB  |  95 lines

  1. object FrmJoinLines: TFrmJoinLines
  2.   Left = 352
  3.   Top = 330
  4.   BorderStyle = bsDialog
  5.   Caption = 'Join Lines'
  6.   ClientHeight = 78
  7.   ClientWidth = 256
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 6
  23.     Width = 159
  24.     Height = 13
  25.     Caption = 'Delimiter (leave empty for none):'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Button1: TButton
  34.     Left = 179
  35.     Top = 7
  36.     Width = 70
  37.     Height = 23
  38.     Caption = '&OK'
  39.     Default = True
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Tahoma'
  44.     Font.Style = []
  45.     ModalResult = 1
  46.     ParentFont = False
  47.     TabOrder = 2
  48.   end
  49.   object Button2: TButton
  50.     Left = 179
  51.     Top = 35
  52.     Width = 70
  53.     Height = 23
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'Tahoma'
  60.     Font.Style = []
  61.     ModalResult = 2
  62.     ParentFont = False
  63.     TabOrder = 3
  64.   end
  65.   object CheckBox1: TCheckBox
  66.     Left = 6
  67.     Top = 52
  68.     Width = 156
  69.     Height = 17
  70.     Caption = 'Do not delete lines'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'Tahoma'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 1
  78.   end
  79.   object Edit1: TTntHistoryComboBox
  80.     Left = 6
  81.     Top = 25
  82.     Width = 156
  83.     Height = 21
  84.     AutoComplete = False
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'Tahoma'
  89.     Font.Style = []
  90.     ItemHeight = 13
  91.     ParentFont = False
  92.     TabOrder = 0
  93.   end
  94. end
  95.